AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The IncomingData property gets and sets the type of data received by the stream.
A stream receives sound and video by default.
Caution: The current transmission is not modified. The changes performed by this property will be taken into account during the next connection.
Example
// Modify the type of incoming data
MyStream.IncomingData = StreamSound
Syntax

Finding out the type of data received by the stream Hide the details

<Result> = <Stream name>.IncomingData
<Result>: Integer constant (or combination of constants)
Type of data currently received:
StreamSoundThe Sound data is received.
StreamVideoThe Video data is received.
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.

Changing the type of data received by the stream Hide the details

<Stream name>.IncomingData = <New Data Type>
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.
<New Data Type>: Integer constant (or combination of constants)
New type of data to receive:
StreamSoundThe Sound data is received.
StreamVideoThe Video data is received.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/02/2023

Señalar un error o enviar una sugerencia | Ayuda local